GrapeCity.CalcEngine.Functions Namespace > CalcFrequencyFunction Class > Evaluate Method : Evaluate(Object[]) Method |
The args contains 2 items: data_array, bins_array.
Data_array is an array of or reference to a set of values for which you want to count frequencies.
array is an array of or reference to intervals into which you want to group the values in data_array.
'Usage Dim instance As CalcFrequencyFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
The args contains 2 items: data_array, bins_array.
Data_array is an array of or reference to a set of values for which you want to count frequencies.
array is an array of or reference to intervals into which you want to group the values in data_array.
Target Platforms: Windows Server 2012, Windows RT